-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reflect state of started pipeline/task when using --showlog #1880
Conversation
Hi @avinal. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
Will fix the test cases tomorrow. |
@avinal still working on this or can we close this for now and probably you can create a fresh PR once you get time to work on this? |
Hi @vinamra28 yes, I am working, I need help with detecting if a PR/TR has failed. I referred to the documents, https://github.com/tektoncd/pipeline/blob/main/docs/pipelineruns.md#pipelinerun-status, is |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale Please don't stop working on that topic. It is very important how otherwise it would be possible to trigger a pipeline from another pipeline and pass the result back the first one? |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
/remove-lifecycle rotten Please don't forget this PR. It is an absolutely mandatory feature to trigger tkn pipelines from another pipeline (for example github actions). |
/remove-lifecycle rotten |
2d024ba
to
a320107
Compare
- this change fixes an issue where using --showlog with tkn start pipeline/task does not return a non-zero value when created taskrun/pipelinerun fails. - refer tektoncd#1820 Signed-off-by: Avinal Kumar <[email protected]>
a320107
to
e30943e
Compare
@avinal: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Will open a new PR |
Signed-off-by: Avinal Kumar [email protected]
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes